RTRIM$
RTRIM$ will return the Source String after any of the given unwanted character have been removed from the right of it.

ARGUMENTS:
* Source String = The source string
* Character = The character to be removed

RETURNS:
The new string.


SYNTAX
Return String=RTRIM$(Source String,Character)


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File